The below code works for one identifier but not multiple...I don't understand why. If you could respond with a concise answer that would be great. It's been a while since I've had to work with dxl. The below is the code.
Module m = current bellincm - Thu May 16 17:40:19 EDT 2013 |
Re: Identifier This line:
has to go in your "for o in m" loop. Otherwise you're assigning the id of the first object and never change it. |